home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / include / tccompat.zoo / vdi.h < prev   
C/C++ Source or Header  |  1992-03-24  |  396b  |  21 lines

  1. /*
  2.     <vdi.h>
  3.     This header is "Public Domain".
  4.     (P) 1992 by Markus M. Nick
  5.     
  6.     This header makes it easier to compile sources with both PureC/TurboC 
  7.     and GNU-CC.  Now you needn't include different header files any more.
  8.     
  9.     Please send your comments and suggestions to:
  10.         Markus_Nick@mz.maus.de
  11. */
  12.  
  13. #ifndef __VDI__
  14.  
  15. #define vql_attributes vql_attribute
  16.  
  17. #include <vdibind.h>
  18.  
  19. #define __VDI__
  20. #endif
  21.